Birmingham | ITP-May-26 | Toluwalase Tiamiyu | Sprint 1 | Form Control#1257
Birmingham | ITP-May-26 | Toluwalase Tiamiyu | Sprint 1 | Form Control#1257TTiamiyu wants to merge 2 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
@TTiamiyu |
| this will also help you fill in your PR message later--> | ||
| <div> | ||
| <label for="name">name</label> | ||
| <input type="text"name="name" id="name" placeholder="Username" required> |
There was a problem hiding this comment.
The formatting standard for HTML elements is to use indentation on children elements. This makes it easier to understand the structure. How can you ensure consistent formatting in your code automatically?
There was a problem hiding this comment.
How can you ensure the form contains at least two non-space characters.
There was a problem hiding this comment.
i can automatically ensure code formatting by using of the code formatters like prettier, which is installed on my vs code, i would fix that now,
regarding the second comment, i google searched it and it shows that i can use a "pattern" attribute {\S.\S.*}
|
I see erros in the w3 validator |

Learners, PR Template
Self checklist
Changelist
Enhances form accessibility and consistency by standardizing label capitalization and aligning input names and IDs. Updates option values for clarity and readability.